IIterator.Current Property

Gets the current item in the collection.

Syntax

public:
property T Current {
         T get ();
}  

Property value

Type: T 

The current item in the collection.

Remarks

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IIterator Generic Interface

IIterator Members

Windows.Foundation.Collections Namespace